adTempus API
|
Indicates whether the status of this instance has been acknowledged.
__property VARIANT_BOOL* StatusAcknowledged;
VARIANT_BOOL* StatusAcknowledged;
Property StatusAcknowledged() As VARIANT_BOOL*
false
When an instance is created, StatusAcknowledged is False. The client can use this flag in conjunction with the status to display, for example, all failed jobs that haven't been reviewed. The client can then acknowledge the status update by calling AcknowledgeStatus.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|